FeedAdLoadListener

Interface that is implemented to determine when the loading of feed advertising has completed or failed.

Functions

Link copied to clipboard
abstract fun onAdFailedToLoad(error: AdRequestError)

Called when additional ads request failed.

Link copied to clipboard
abstract fun onAdLoaded()

Notifies when additional ads is loaded.